home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 151-175 / disk_156 / flex / flex2 / readme.flex < prev    next >
Text File  |  1992-05-06  |  822b  |  20 lines

  1.    I pulled this off of USENET (comp.source.unix) just after it came out.
  2. Most of the trouble I had in porting it was fixing BISON so that it would
  3. generate Aztec-compatible code, and most of that was in GNU.LIB (the realloc()
  4. function, which is not in the Aztec C library, although it is in their docs!).
  5. I later picked up two patch files for FLEX (patch.1 and patch.2), but did not
  6. install them, although I have included them in :flex/doc.
  7.  
  8. The major modification I made to FLEX was to allow the skeleton files to be
  9. specified in the environment in the same manner as BISON.
  10.  
  11. Note that I used both BISON and FLEX to generate FLEX, so that it can at least
  12. generate itself! The scan.l file generates identical code to scan.c.dist.
  13.  
  14.  
  15.     Scott Henry
  16.     302 Easy st, apt 31
  17.     Mountain View, CA  94043
  18.  
  19.     scott_henry@cup.portal.com
  20.